home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Template.VisualBasic.Window.xaml.en < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-26  |  287 b   |  10 lines

  1. <Window
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     x:Class="$safeitemname$"
  5.     x:Name="Window"
  6.     Title="$safeitemname$"
  7.     Width="640" Height="480">
  8.  
  9.     <$documentroottype$ x:Name="LayoutRoot"/>
  10. </Window>